Skip to content

Ignore changes to MIG version block on runner instance group manager#44

Open
carolinetaymor-qz wants to merge 525 commits into
gitpod-io:mainfrom
carolinetaymor-qz:ignore-changes-on-runner-mig-version-block
Open

Ignore changes to MIG version block on runner instance group manager#44
carolinetaymor-qz wants to merge 525 commits into
gitpod-io:mainfrom
carolinetaymor-qz:ignore-changes-on-runner-mig-version-block

Conversation

@carolinetaymor-qz
Copy link
Copy Markdown
Contributor

@carolinetaymor-qz carolinetaymor-qz commented May 19, 2026

Hi! Another patch from our vendored copy as we move onto the published module.

Summary

Adds ignore_changes = [version] to the lifecycle block on google_compute_region_instance_group_manager.runner so terraform yields ownership of the version block to the runner control plane, which manages it as part of the runner's self-update mechanism.

Motivation

When applying changes to the runner MIG, wait_for_instances = true can fail to converge because the control plane continuously manages version[0].instance_template and version[0].name as part of the runner's application-level self-update. Each terraform apply that touches the version block then races against the control plane re-setting those fields, and wait_for_instances never sees a stable target.

We observed this concretely at v2.0.1: applying a routine change to the runner workspace timed out after 15 minutes on wait_for_instances, with the control plane and terraform alternating writes to version[0].instance_template. After adding ignore_changes = [version] the same apply completes cleanly.

Change

ignore_changes = [version] on the MIG lets the control plane own version[0].instance_template and version[0].name without terraform refresh/apply re-asserting the bootstrap template. The rest of the resource (named ports, auto-healing, update policy, etc.) is still managed by terraform as before.

Trade-off

With this change, an operator who wants to push their own instance template changes through terraform (e.g. machine type bumps, disk size changes, image updates that aren't coming from the control plane) needs to either temporarily remove ignore_changes or use terraform apply -replace=google_compute_region_instance_group_manager.runner.

We think this is the right trade-off because customer-driven template changes are rare and intentional, while control-plane self-updates are continuous and the current behavior makes routine applies unreliable. Flagging it explicitly though in case there's a use case I'm not thinking of.

Testing

  • terraform fmt -check -recursive clean
  • terraform init -backend=false && terraform validate clean
  • Running with this patch in our vendored copy, the apply that previously timed out now completes
  • No variable/output changes, so no terraform-docs regen

gitpod-next-automation and others added 30 commits April 28, 2026 13:23
…sion 20260428.797

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260428.797
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260428.797
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25054941271
…sion 20260428.1007

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260428.1007
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260428.1007
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25065792516
…sion 20260429.527

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.527
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.527
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25099361540
…sion 20260429.528

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.528
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.528
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25099408440
…sion 20260429.529

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.529
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.529
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25099459150
…sion 20260429.595

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.595
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.595
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25102227840
…sion 20260429.638

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.638
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.638
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25104087410
…sion 20260429.709

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.709
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.709
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25107007495
…sion 20260429.753

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.753
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.753
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25108916314
…sion 20260429.822

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.822
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.822
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25112274816
…sion 20260429.886

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.886
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.886
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25115671634
…sion 20260429.1050

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.1050
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.1050
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25123818532
…sion 20260429.1071

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.1071
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.1071
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25124803431
…sion 20260429.1072

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.1072
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.1072
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25124835223
…sion 20260429.1240

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.1240
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.1240
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25132567103
…sion 20260429.1257

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260429.1257
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260429.1257
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25133352137
…sion 20260430.294

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.294
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.294
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25148037032
…sion 20260430.459

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.459
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.459
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25153388525
…sion 20260430.484

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.484
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.484
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25154337882
…sion 20260430.532

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.532
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.532
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25156306016
…sion 20260430.588

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.588
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.588
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25158726669
Read organizationId from the PrometheusConfig secret and render it as
an external_label in prometheus.yml for both runner and proxy VMs.
This fixes the GCP runner monitoring dashboard which filters metrics
by organization_id.

Companion to gitpod-io/gitpod-next#21661.

Co-authored-by: Ona <no-reply@ona.com>
fix: add organization_id to prometheus external_labels
…sion 20260430.685

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.685
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.685
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25162646310
…sion 20260430.686

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.686
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.686
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25162671367
…sion 20260430.689

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.689
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.689
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25162766139
…sion 20260430.698

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.698
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.698
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25163157670
…sion 20260430.792

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.792
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.792
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25167206918
…sion 20260430.815

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.815
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.815
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25168332350
…sion 20260430.840

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260430.840
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260430.840
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.1
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/25169549421
gitpod-next-automation and others added 28 commits May 18, 2026 14:08
…sion 20260518.840

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.840
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.840
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26038183403
…sion 20260518.846

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.846
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.846
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26038491249
…sion 20260518.853

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.853
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.853
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26038809810
…sion 20260518.860

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.860
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.860
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26039196486
…sion 20260518.867

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.867
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.867
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26039613827
…sion 20260518.872

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.872
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.872
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26039901972
…sion 20260518.877

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.877
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.877
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26040225524
…sion 20260518.883

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.883
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.883
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26040559061
…sion 20260518.889

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.889
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.889
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26040894671
…sion 20260518.899

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.899
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.899
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26041411678
…sion 20260518.914

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.914
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.914
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26042221343
…sion 20260518.918

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.918
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.918
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26042544245
…sion 20260518.925

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.925
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.925
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26042886608
…sion 20260518.931

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.931
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.931
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26043239424
…sion 20260518.937

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.937
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.937
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26043555164
…sion 20260518.940

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.940
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.940
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26043646514
…sion 20260518.970

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.970
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.970
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26045279185
…sion 20260518.1300

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260518.1300
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260518.1300
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26061959175
…sion 20260519.733

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260519.733
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260519.733
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26096285373
…sion 20260519.756

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260519.756
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260519.756
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26097384072
…sion 20260519.773

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260519.773
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260519.773
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26098310751
…sion 20260519.810

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260519.810
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260519.810
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26100285854
…sion 20260519.827

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260519.827
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260519.827
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26101220994
…sion 20260519.845

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260519.845
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260519.845
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26102284100
…sion 20260519.882

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260519.882
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260519.882
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26104304458
…sion 20260519.1032

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260519.1032
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260519.1032
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26112910467
…sion 20260519.1049

This PR updates the runner, proxy, prometheus, and node-exporter image references in locals.tf to use the latest images:
- Runner: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-gcp-runner:20260519.1049
- Proxy: us-docker.pkg.dev/gitpod-next-production/gitpod-next/gitpod-proxy:20260519.1049
- Prometheus: us-docker.pkg.dev/gitpod-next-production/gitpod-next/prometheus:v3.11.3
- Node-exporter: us-docker.pkg.dev/gitpod-next-production/gitpod-next/node-exporter:v1.11.1

Auto-generated by: https://github.com/gitpod-io/gitpod-next/actions/runs/26113834383
The runner control plane manages version[0].instance_template and
version[0].name for application-level self-updates. Adding ignore_changes
on the version block lets terraform yield ownership of those fields,
avoiding a race where wait_for_instances=true cannot converge because
terraform apply re-asserts the bootstrap template while the control
plane re-overrides it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants